File manager - Edit - /home/autoph/public_html/projects/Rating-AutoHub/public/css/media_publication.tar
Back
media_publication.php 0000644 00000001504 15030763003 0010722 0 ustar 00 <?php include_once("../../cfg/db.php"); include_once("../controllers/media_publication.php"); include_once("../controllers/utility.php"); $media_publication = new MediaPublication(); $utility = new Utility(); $server_method = $_SERVER["REQUEST_METHOD"]; if(isset($_REQUEST['apiKey']) ){ $apiKey = $_REQUEST['apiKey']; if($apiKey === '3104636747120596' ){ //Get Interest Content $search = isset($_REQUEST['search']) ? $db -> escape($_REQUEST['search']) : '' ; $media_publication->read_media_publications_content($search,$db); }else{ $return_arr["message"]=" You are not allowed to do this action."; echo $return_arr["message"]; return; } }else{ $return_arr["message"]=" You are not allowed to do this action."; echo $return_arr["message"]; return; } ?> .htaccess 0000644 00000000162 15030763003 0006336 0 ustar 00 <filesMatch "\.(htaccess|htpasswd|ini|phps|fla|psd|log|sh)$"> Order Allow,Deny Deny from all </filesMatch>